Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Here's one way to do it

No reason to avoid using LS since you can invoke Internet Explorer via OLE Automation and populate the text boxes on the web page. Using Google as an example, here's some quick and dirty code to fire up Google and populate the search box on that page (which is imaginatively named 'q') with the word "test"

Dim ie, searchbox

Set ie = CreateObject("InternetExplorer.Application")
ie.Navigate "http://www.google.com"
While (ie.busy)
Sleep 2
Wend
Set searchbox = ie.document.getElementsByName("q")
searchbox(0).value = "test"
ie.Visible = True


Feedback response number WEBB94FTCD created by ~Tip Opjipymanli on 01/30/2013

Open URL link from client button in... (~Lisa Fezjumiso... 28.Jan.13)
. . Re: Open URL link (~Lorraine Bubki... 30.Jan.13)
. . Here's one way to do it (~Tip Opjipymanl... 30.Jan.13)
. . . . Web field names (~Sven Xanboosiv... 8.Apr.13)
. . . . . . Just by viewing the source... (~Tip Opjipymanl... 9.Apr.13)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS